home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
marionettemadness.swf
/
scripts
/
DefineSprite_157
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-10-01
|
258b
|
15 lines
_root.setButtonRO(hint1,true);
_root.setButtonRO(hint2,true);
hint1.onRelease = function()
{
_root.displayHint(1);
};
hint2.onRelease = function()
{
_root.displayHint(2);
};
helpMe.onRelease = function()
{
_root.showInstructions();
};